@@ -19,7 +19,7 @@ def marketcodedownload(application_id, code_start, code_end, isv_application_id= |
||
19 | 19 |
|
20 | 20 |
codes = applycodedownload(application_id=application_id, code_start=code_start, code_end=code_end, appid=appid, secret=secret, token=None, storage=RedisStorage(r), iv=iv) |
21 | 21 |
|
22 |
- lattice, code, code_index, code_url = '' |
|
22 |
+ lattice, code, code_index, code_url = '', '', '', '' |
|
23 | 23 |
for idx, item in enumerate(codes): |
24 | 24 |
if idx % 4 == 0: |
25 | 25 |
lattice = item |